description="The entry action template inserts the record with entered data into the specified table. It also informs user that the data have been entered successfully."
>
<!-------------- Enter application params ---------------------->
<PARAM name="ListBoxLabel" value="Select data source:">
<PARAM name="ListBoxDescription"
value="Choose the data source, which contains the table you wish to insert the data into.\n\nIf your database is not registered as ODBC data source, open the ODBC administrator in Control Panel and add system data source for this database.">
value="Choose the database table you would like to insert data into.\n\n\A table is a collection of records with a set of fields you can insert data into. Selecting a table will allow the wizard to offer you a list of fields you can insert data into">
<PARAM name="ListBoxLabel" value="Select the entry fields:">
<PARAM name="ListBoxDescription"
value="Choose the fields you would like the user to be able to insert data into. Press Ctrl or Shift together with the mouse click in order to enter more than one field. Do not select fields which are automatically populated (identity fields).">